-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CLOUDP-292365: Support Flex Clusters #2030
Conversation
Currently failing tests (need to change some more tests to use SdkClientSet), and needs rebasing once I'm done with that, but hopefully gives an insight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM so far, not approving yet as ti is still draft.
I really liked the way you sliced it into separate commits, easier to focus on reviewing each of them!
8ac2bee
to
8f942a1
Compare
76afdcd
to
060b90b
Compare
060b90b
to
bdabc78
Compare
|
||
// List that contains key-value pairs between 1 to 255 characters in length for tagging and categorizing the instance. | ||
// +kubebuilder:validation:MaxItems=50 | ||
// +optional | ||
Tags []*TagSpec `json:"tags,omitempty"` | ||
|
||
// Flag that indicates whether termination protection is enabled on the cluster. | ||
// If set to true, MongoDB Cloud won't delete the cluster. If set to false, MongoDB Cloud will delete the cluster. | ||
// +kubebuilder:default:=false | ||
// +optional | ||
TerminationProtectionEnabled bool `json:"terminationProtectionEnabled,omitempty"` | ||
|
||
// Group of cloud provider settings that configure the provisioned MongoDB flex cluster. | ||
// +required | ||
ProviderSettings *FlexProviderSettings `json:"providerSettings"` | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs.
All Submissions:
closes #XXXX
in your comment to auto-close the issue that your PR fixes (if there is one).